What is SASS? Bootstrap support Sass variables and mixins.
Bootstrap SASS and Mixins
272
28-Jul-2021
Anonymous User
29-Jul-2021Sass stands for Systemically Awesome Style Sheets. It is a CSS pre-processor. It is an extension of CSS that is used to add power and elegance to the native language. It lets you add variables, nested rules, mixins, inline imports, inheritance, and more with a fully CSS-compatible syntax.
Sass is a statistically powerful extension to CSS that describes the style of a document in a well-structured way so that large style sheets can be organized and managed by quickly running small styles lines of code.
After the release of Bootstrap 5, Bootstrap supports Sass variables and mixins and this makes the Bootstrap library more powerful than before.